projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c20aa7
)
* configure.ac (HAVE_LIBXML2): Add missing comma.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 9 Feb 2015 00:02:36 +0000
(16:02 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 9 Feb 2015 00:03:15 +0000
(16:03 -0800)
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index ab551e1f65fbe5f447dd4ab54c6c4812e1e67cf7..a574ac86e2431a6916d1e0e7ead74025d2771d1a 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2015-02-09 Paul Eggert <eggert@cs.ucla.edu>
+
+ * configure.ac (HAVE_LIBXML2): Add missing comma.
+
2015-02-08 Paul Eggert <eggert@cs.ucla.edu>
Port to platforms lacking test -a and -o
diff --git
a/configure.ac
b/configure.ac
index 6a5c73eda5c77b2cecceb06a711f9635aefb236e..68291b8950b1b9193bca6db1500148a9440f7e31 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3505,7
+3505,7
@@
if test "${with_xml2}" != "no"; then
fi
if test "${HAVE_LIBXML2}" = "yes"; then
if test "${opsys}" != "mingw32"; then
- AC_CHECK_LIB(xml2, htmlReadMemory, HAVE_LIBXML2=yes, HAVE_LIBXML2=no
+ AC_CHECK_LIB(xml2, htmlReadMemory, HAVE_LIBXML2=yes, HAVE_LIBXML2=no
,
[$LIBXML2_LIBS])
else
LIBXML2_LIBS=""